home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Mp3 / SoundApp68K.sit / SoundApp 68K.rsrc / TEXT_1002_Q&A.txt < prev    next >
Text File  |  1998-04-17  |  5KB  |  61 lines

  1. Questions and Answers
  2.  
  3. If You Encounter Problems‚Ķ
  4. Some of the common problems that result in questions asked of me are discussed here:
  5.  
  6. Netscape and SoundApp:
  7. Q: I‚Äôve configured Netscape to use SoundApp as the sound helper application. However, whenever Netscape launches SoundApp, it reports an end-of-file error and won‚Äôt play the files. Why isn't it working?
  8. A: The ‚Äúfile type‚Äù pop-up in Netscape‚Äôs helper configuration pane is not set properly. ‚ÄúPLAY‚Äù, which Netscape seems to default to, is a Play List. This setting will confuse SoundApp, since the file downloaded is not a Play List.
  9.  
  10. To setup Netscape to play Windows ‚Äú.wav‚Äù files via SoundApp, to the following:
  11.   1. Open the ‚ÄúGeneral Preferences‚Äù dialog and select the ‚ÄúHelpers‚Äù pane.
  12.   2. Edit the the following entry or create it if it doesn‚Äôt already exist:
  13.       a. MIME Type: ‚Äúaudio/x-wav‚Äù and Suffixes: ‚Äúwav‚Äù.
  14.       b. Then under ‚ÄúHandled By‚Äù click the ‚ÄúAppliction:‚Äù radio button.
  15.       c. Click the ‚ÄúBrowse‚Ķ‚Äù button, find and select SoundApp.
  16.       d. Using the ‚ÄúFile type:‚Äù pop-up menu, select ‚ÄúWAVE‚Äù for the File Type.
  17.   3. Repeat for the ‚Äúaudio/wav‚Äù MIME Type.
  18. For other file formats, either edit an existing audio MIME type or create a new one for the desired type. Typically you‚Äôll receive an alert from Netscape telling you that it can‚Äôt find an apropriate plug-in for a type. See the ‚ÄúFormats‚Äù section for likely suffixes, for example ‚Äúau‚Äù for Sun Audio files.
  19.  
  20. Play Lists:
  21. Q: Why do files on my file server disappear from my Play List when it is opened?
  22. A: Many non-Apple file servers are written in such a way that aliases to files on them will not work. SoundApp uses aliases to store file locations and when it cannot find a file it removes it from the Play List. Many UNIX-based file servers will have this problem.
  23.  
  24. XM and IT:
  25. Q: Why doesn‚Äôt SoundApp support the XM and IT music module formats?
  26. A: Because I don‚Äôt have a music engine that can play them that I can include into SoundApp. At some point, I plan on writing one but, it will take a while to implement. When I do write my own, I expect to include support for 669 and a few other formats and probably eliminate the two drivers (Sound-Trecker and ZSS) that SoundApp presently uses.
  27.  
  28. Q: What about MacMikMod and MacMikIt?
  29. A: Work on these applications has stopped because the original author (MikMak) no longer wishes to release his source code. The existing Mac ports are using very early versions and haven‚Äôt been updated in quite a long time. 
  30.  
  31. Q: What about Player Pro?
  32. A: I have looked into Player Pro but, for technical reasons, it is not possible to incorporate it‚Äôs music engine into SoundApp at this time.
  33.  
  34. MPEG:
  35. Q: Why can‚Äôt I play MPEG files?
  36. A: SoundApp can only play MPEG files on PowerPC-based computers. Some 680x0-based Macintoshes may be able to play them, but I do not have one to develop the playback code on so I‚Äôm unable to implement this at this time.
  37.  
  38. Q: Why does SoundApp refuse to play some MPEG audio files but not most others?
  39. A: SoundApp‚Äôs MPEG engine may have some problems with some files depending upon their characteristics. If it can ‚ÄúGet Info‚Äù on them but not play them, then please let me know.
  40.  
  41. Q: Why can‚Äôt I encode MPEG files?
  42. A: SoundApp does not encode MPEG files. See <http://www.raum.com/mpeg/> for more information on encoding MPEGs on the Macintosh.
  43.  
  44. Conversion:
  45. Q: Why can‚Äôt my PC play WAVE files generated by SoundApp?
  46. A: Most likely they are not being transferred to the PC correctly. Common problems are uploading the files in text mode or MacBinary format (which PCs canœÄt read) instead of in binary mode or forgetting the ‚Äú.wav‚Äù suffix. Remember, PCs are still not very smart and require suffixes in order to access files properly.
  47.  
  48. Other Sound Formats:
  49. Q: Why doesn‚Äôt SoundApp support this special format, e.g. Akai or Roland samples? 
  50. A: I don‚Äôt know anything about these formats and so I cannot implement support for them. Roland and Akai‚Äôs formats are proprietary as are many Internet sound and voice mail formats. If you have information on any popular file formats that SoundApp does not currently support, please send me the details.
  51.  
  52. Sound Playback:
  53. Q: Why do some files (especially MPEG Layer III) start to play then stop? 
  54. A: Your computer‚Äôs processor or disk drive is too slow or overly busy. This can especially happen while accessing a CD-ROM under Mac OS 8 due to some changes apparently made in Mac OS 8.
  55.  
  56. Q: Why does the Status window‚Äôs slider sometimes revert to a progress bar when playing files of certain types? 
  57. A: Not all file formats inherently support random access and SoundApp doesn‚Äôt yet emulate this capability for those formats. File encodings that do not support random access are: MOD/S3M/MTM files using the ZSS driver, Amiga IFF Fibbonacci-delta compressed files, DVI ADPCM and any of the G72x compression formats.
  58.  
  59. AppleScript Ranges:
  60. Q: Why does the start at and stop at AppleScript parameters work for some files and not others?
  61. A: SoundApp doesn‚Äôt support these parameters for stereo SoundEdit, non-block based compressed files (Fibbonacci-delta, G.72x, Huffman and DVI ADPCM), MOD/S3M/MTM and MIDI. Future versions may support some of the compressed types for conversion.